home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / cvs-1_3.lha / cvs-1.3 / contrib / pcl-cvs / ChangeLog next >
Text File  |  1992-04-07  |  4KB  |  120 lines

  1. Tue Apr  7 09:11:27 1992  Per Cederqvist  (ceder@leopold)
  2.  
  3.     * Release 1.02.
  4.  
  5.     * pcl-cvs.el (cvs-diff-backup, cvs-edit-done, cvs-status): Call
  6.     save-some-buffers.
  7.  
  8.     * pcl-cvs.el (cvs-diff-backup-extractor): Fixed syntax error.
  9.  
  10.     * Makefile, README, compile-all.el, dist-makefile, pcl-cvs.el,
  11.     pcl-cvs.texinfo (XXRELEASEXX): A magic string that is substituted
  12.     for the current release number when a distribution is made.
  13.     (Release 1.01 says that it is release 1.00).
  14.  
  15.     * pcl-cvs.el (cvs-find-file): Added missing pair of parenthesis.
  16.  
  17. Mon Mar 30 14:25:26 1992  Per Cederqvist  (ceder@leopold)
  18.  
  19.     * Release 1.01.
  20.  
  21.     * pcl-cvs.el (cvs-parse-buffer): The message when waiting for a
  22.     lock has been changed.
  23.  
  24. Sun Mar 29 05:29:57 1992  Per Cederqvist  (ceder@leopold)
  25.  
  26.     * Release 1.00.
  27.  
  28.     * pcl-cvs.el (cvs-do-update, cvs-sentinel, cvs-parse-buffer):
  29.     Major rewrite of buffer and window selection and handling.  
  30.     The *cvs* buffer is now killed whenever a new "cvs update" is
  31.     initiated.  The -update buffer is replaced with the *cvs* 
  32.     buffer when the update is completed.
  33.  
  34. Sat Mar 28 21:03:05 1992  Per Cederqvist  (ceder@robin)
  35.  
  36.     * pcl-cvs.el (cvs-delete-unused-temporary-buffers): Fixed it.
  37.  
  38.     * pcl-cvs.el (cvs-auto-remove-handled): New variable.
  39.     * pcl-cvs.el (cvs-edit-done): Use it.
  40.     * pcl-cvs.texinfo (Customization, Removing handled entries):
  41.     Document it.
  42.  
  43.     * pcl-cvs.el (cvs-mode): Turn of the undo feature.  It really
  44.     isn't useful in a cookie buffer...
  45.  
  46.     * pcl-cvs.el (cvs-edit-done): Committing a file now looks more
  47.     like diffing a file.  The window handling is better.
  48.     * pcl-cvs.el (cvs-use-temp-buffer): The &optional switch is no
  49.     longer needed.
  50.  
  51. Mon Mar 23 00:20:33 1992  Per Cederqvist  (ceder@robin)
  52.  
  53.     * Release 0.97.
  54.  
  55.     * pcl-cvs.el (default-directory): Make sure it always ends in a
  56.     slash. fileinfo->dir does NOT end in a slash, and I had forgotten
  57.     to call    file-name-as-directory in various places.
  58.  
  59.     * pcl-cvs.el (cvs-diff-backup-extractor): Signal an error if a
  60.     fileinfo without backup file is given.
  61.  
  62.     * pcl-cvs.el (cvs-mode): Added documentation.
  63.  
  64.     * pcl-cvs.el (cvs-execute-list): Fix the order of files in the
  65.     same directory.
  66.  
  67.     * pcl-cvs.el (cvs-log-flags, cvs-status-flags): New variables.
  68.     * pcl-cvs.el (cvs-log, cvs-status): Use them.
  69.     * pcl-cvs.texinfo (Customization): Document them.
  70.  
  71.     * pcl-cvs.el (cvs-diff-backup): Filter non-backup-diffable files
  72.     at an earlier stage, like cvs-commit does.
  73.  
  74.     * pcl-cvs.el (cvs-diff-flags): New variable.
  75.     * pcl-cvs.el (cvs-diff-backup): Use it.
  76.     * pcl-cvs.texinfo (Customization): Document it.
  77.  
  78.     * pcl-cvs.el (cvs-execute-single-file-list): Remove &rest before
  79.     last argument.  No callers needed updating.
  80.  
  81.     * pcl-cvs.el (cvs-execute-list): Remove the &rest before the last
  82.     argument (constant-args).  Update all callers of cvs-execute-list
  83.     to use the new calling convention.
  84.     * pcl-cvs.el (cvs-cvs-diff-flags): Now a list of strings instead
  85.     of a string.
  86.     * pcl-cvs.texinfo (Customization): Document the change to
  87.     cvs-cvs-diff-flags.
  88.  
  89.     * Release 0.96.
  90.  
  91.     * pcl-cvs.el (cvs-cvs-diff-flags): New variable.
  92.     * pcl-cvs.el (cvs-diff-cvs): Use it.
  93.     * pcl-cvs.texinfo (Customization, Viewing differences): Document it.
  94.  
  95.     * pcl-cvs.el (cvs-use-temp-buffe): Don't switch to the temporary
  96.     buffer.  Use display-buffer and set-buffer instead.  This way
  97.     cvs-log, cvs-status, cvs-diff-cvs and friends don't select the
  98.     temporary buffer. The cursor will remain in the *cvs* buffer.
  99.  
  100. Sun Mar 22 21:50:18 1992  Per Cederqvist  (ceder@robin)
  101.  
  102.     * pcl-cvs.el (cvs-find-file, cvs-find-file-other-window): Don't
  103.     prompt when reading in a directory in dired.
  104.  
  105.     * Makefile (pcl-cvs-$(VER)): Include pcl-cvs-startup.el in the
  106.     distribution.
  107.  
  108.     * dist-makefile (pcl-cvs.dvi): Don't fail even if texindex does
  109.     not exist.
  110.  
  111.     * pcl-cvs.texinfo (@setchapternewpage): Changed from 'off' to 'on'.
  112.     * pcl-cvs.texinfo (Variable index): Joined into function index.
  113.     * pcl-cvs.texinfo (Key index): add a description about the key.
  114.     * pcl-cvs.texinfo: Many other small changes.
  115.  
  116. Wed Mar 18 01:58:38 1992  Per Cederqvist  (ceder@leopold)
  117.  
  118.     * Use GNU General Public License version 2.
  119.  
  120.